Skip to content

Comments

G1j mx uxe/4182 inapp mock change to open new tab#57

Merged
millerm30 merged 2 commits intomainfrom
G1jMxUxe/4182-inapp-mock-change-to-open-new-tab
Nov 4, 2025
Merged

G1j mx uxe/4182 inapp mock change to open new tab#57
millerm30 merged 2 commits intomainfrom
G1jMxUxe/4182-inapp-mock-change-to-open-new-tab

Conversation

@millerm30
Copy link
Member

@millerm30 millerm30 commented Nov 4, 2025

Description:

Added an optional newTab boolean prop to control whether notification links open in a new tab or the same window. When newTab is true, clicking a notification uses window.open(redirectURL, '_blank'); otherwise (default), it uses window.location.href (same window). The prop is available on NotificationFeed, NotificationPopup, and NotificationLauncher and is passed through to the underlying Notification component. This preserves existing behavior when not provided, so existing implementations are unaffected.

I will git the docs and dashboard updated here now in a pr as well.

Trello Task:

https://trello.com/c/G1jMxUxe/4182-inapp-mock-change-to-open-new-tab

…ion in a new tab. Updated Inbox, Notification, NotificationFeed, NotificationLauncher, and NotificationPopup components accordingly.
@millerm30 millerm30 requested a review from GreyNewfie November 4, 2025 12:22
@millerm30 millerm30 merged commit 204709b into main Nov 4, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants